(0) Obligation:
Runtime Complexity TRS:
The TRS R consists of the following rules:
a__f(X, g(X), Y) → a__f(Y, Y, Y)
a__g(b) → c
a__b → c
mark(f(X1, X2, X3)) → a__f(X1, X2, X3)
mark(g(X)) → a__g(mark(X))
mark(b) → a__b
mark(c) → c
a__f(X1, X2, X3) → f(X1, X2, X3)
a__g(X) → g(X)
a__b → b
Rewrite Strategy: FULL
(1) DecreasingLoopProof (EQUIVALENT transformation)
The following loop(s) give(s) rise to the lower bound Ω(n1):
The rewrite sequence
mark(g(X)) →+ a__g(mark(X))
gives rise to a decreasing loop by considering the right hand sides subterm at position [0].
The pumping substitution is [X / g(X)].
The result substitution is [ ].
(2) BOUNDS(n^1, INF)